From: Karl Heuer Date: Fri, 4 Mar 1994 01:08:34 +0000 (+0000) Subject: (chan_process): Don't specify size. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92870 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b28e2cc6b06d0774b2a3dcc6d5f8cbd806deff6e;p=emacs.git (chan_process): Don't specify size. --- diff --git a/src/process.h b/src/process.h index 47bf3776611..b6f16128543 100644 --- a/src/process.h +++ b/src/process.h @@ -76,7 +76,7 @@ struct Lisp_Process #define ChannelMask(n) (1<<(n)) /* Indexed by descriptor, gives the process (if any) for that descriptor. */ -extern Lisp_Object chan_process[MAXDESC]; +extern Lisp_Object chan_process[]; /* Alist of elements (NAME . PROCESS). */ extern Lisp_Object Vprocess_alist;